Package com.cisco.pt.ipc.sim
Interface HTTPsServer
- All Superinterfaces:
HTTPServer,IPCObject,Process
- All Known Implementing Classes:
HTTPsServerImpl
Information provided by the PKI file:
\class HttpsServer
\brief HttpsServer handles and manipulates the HTTPS server on devices.
\example network().getDevice("Server0").getProcess("HttpsServer")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetHttpsEnable(boolean bEnable) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.sim.HTTPServer
getPage, getPassword, getPortNumber, getUsername, isEnabled, setEnable, setPageContents, setPassword, setPortNumber, setUsernameMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setHttpsEnable
void setHttpsEnable(boolean bEnable) Information provided by the PKI file:
\brief Enables or disables the HTTPS service. \param bEnable, true to enable the HTTPS service, false to disable it.- Parameters:
bEnable- Takes in a parameter of bEnable
-
isHttpsEnabled
boolean isHttpsEnabled()Information provided by the PKI file:
\brief Returns true if the HTTPS service is enabled, otherwise false. \return bool, true if the HTTPS service is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-